在RPM打包时,如果不想做出“*-debuginfo*”这样的附加RPM包,则禁掉“/usr/lib/rpm/find-debuginfo.sh”脚本。在spec文件中加上“%define debug_package %{nil}”就可以咯。
http://markmail.org/message/afqq7crazdgx2q42
亮点:
On Wed, Jun 02, 2004 at 01:26:03PM -0400, Jame...@ao.uscourts.gov wrote:
I'd like to disable /usr/lib/rpm/find-debuginfo.sh from running because it's creating extra directories in my build root. This runs after the %files section is parsed. I tried turning off debugging with
%debug_package %{nil} in my spec file, but that doesn't help. Anyone have
In your spec you need to:
%define debug_package %{nil}
HxLauncher: Launch Android applications by voice commands